Northwoods.GoSilverlight 2.1.1 Assembly
DeleteLink Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : DeleteLink Method

parentdata
childdata

Glossary Item Box

This method actually implements the removal of a link between two nodes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub DeleteLink( _
   ByVal parentdata As NodeType, _
   ByVal childdata As NodeType _
) 
C# 
protected virtual void DeleteLink( 
   NodeType parentdata,
   NodeType childdata
)

Parameters

parentdata
childdata

Remarks

If ParentNodePath is not an empty string, this calls SetParentNodeKey. If ChildNodesPath is not an empty string, this calls RemoveChildNodeKey. This method can be overridden in case the deletion of a link is more complex than the default implementation.

Requirements

See Also

© 2013 All Rights Reserved.